home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / tempsign.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.4 KB  |  98 lines

  1. textures/tempsign/allbarracks
  2. {
  3.     qer_keyword signs
  4.     {
  5.         map textures/tempsign/allbarracks.tga
  6.         depthWrite
  7.         rgbGen identity
  8.     }
  9.     {
  10.         map $lightmap
  11.         rgbGen identity
  12.         blendFunc GL_DST_COLOR GL_ZERO
  13.         depthFunc equal
  14.     }
  15. }
  16.  
  17. textures/tempsign/garage
  18. {
  19.     qer_keyword signs
  20.     {
  21.         map textures/tempsign/garage.tga
  22.         depthWrite
  23.         rgbGen identity
  24.     }
  25.     {
  26.         map $lightmap
  27.         rgbGen identity
  28.         blendFunc GL_DST_COLOR GL_ZERO
  29.         depthFunc equal
  30.     }
  31. }
  32.  
  33. textures/tempsign/germbarracks
  34. {
  35.     qer_keyword signs
  36.     {
  37.         map textures/tempsign/germbarracks.tga
  38.         depthWrite
  39.         rgbGen identity
  40.     }
  41.     {
  42.         map $lightmap
  43.         rgbGen identity
  44.         blendFunc GL_DST_COLOR GL_ZERO
  45.         depthFunc equal
  46.     }
  47. }
  48.  
  49. textures/tempsign/weapons
  50. {
  51.     qer_keyword signs
  52.     {
  53.         map textures/tempsign/weapons.tga
  54.         depthWrite
  55.         rgbGen identity
  56.     }
  57.     {
  58.         map $lightmap
  59.         rgbGen identity
  60.         blendFunc GL_DST_COLOR GL_ZERO
  61.         depthFunc equal
  62.     }
  63. }
  64.  
  65. textures/tempsign/items
  66. {
  67.     qer_keyword signs
  68.     {
  69.         map textures/tempsign/items.tga
  70.         depthWrite
  71.         rgbGen identity
  72.     }
  73.     {
  74.         map $lightmap
  75.         rgbGen identity
  76.         blendFunc GL_DST_COLOR GL_ZERO
  77.         depthFunc equal
  78.     }
  79.  
  80. textures/tempsign/barracks
  81. {
  82.     qer_keyword signs
  83.     {
  84.         map textures/tempsign/barracks.tga
  85.         depthWrite
  86.         rgbGen identity
  87.     }
  88.     {
  89.         map $lightmap
  90.         rgbGen identity
  91.         blendFunc GL_DST_COLOR GL_ZERO
  92.         depthFunc equal
  93.     }
  94.  
  95.  
  96.